dsh-download-progress: Provides a persistent download progress panel for DeepSeek Harness

`dsh-download-progress` is a download management plugin for DeepSeek Harness (DSH), designed to address the difficulty in distinguishing progress during multi-task downloads. The plugin provides a resident floating panel in the bottom right corner, displaying the filename, percentage, speed, and remaining time in real-time. It supports multi-task concurrency, history retention (up to 20 entries), and file locating, and features panel dragging and resizing. The download functionality supports breakpoint resumption, HTTP redirects, GitHub mirror acceleration, and aria2 multi-threaded downloads (16 connections), with task status written to a JSON file for the panel to read. Installation is divided into Dynamic (temporary) and Fixed (auto-load on restart) modes; the Fixed mode is recommended for long-term use, requiring the copy of the plugin package to a specified directory and the configuration of `cordis.patch.yml`. Typical use...

Read More
dsh-workshop: Adding a Local Plugin Store to the DSH Web UI

dsh-workshop is a Steam-style plugin marketplace integrated into the DeepSeek Harness Web UI, designed to address the issues of scattered community plugins, inconsistent installation sources, and unstable GitHub access. It provides a "Workshop" entry in the sidebar, offering browsing of 850+ plugins, category filtering, and bilingual descriptions in both Chinese and English. Core capabilities include one-click installation with npm as the primary source and automatic fallback to GitHub sources, built-in mirror speed testing across 7 mirrors to accelerate downloads, and safety mechanisms such as a TUI plugin blacklist, installation pre-checks, artifact verification, and automatic rollback. Additionally, it supports unified management and updates for installed plugins. Users require a Node.js 18.17+ environment and can use the tool by adding plugins via the command line and restarting the service. This tool is positioned as a local development aid, providing basic security

Read More